ScanDocument SerializationStateSaveDataExpirationTime

The "SerializationStateSaveDataExpirationTime" property is used to get or set the expiration time for a saved serial number sequence. When a serial number marking sequence is saved and later resumed after a pause or stop, this property states the duration for which the saved sequence remains valid. If the expiration time has passed, the serial number will be reset to the initial defined number.

public float SerailizationStateSaveDataExpirationTime {get;set}

 

Return value

float expiration time for a saved serial number sequence

 

Example

Copy
//Save serialization instance data to SMC
scanDocument.IsSaveAndUseSerailizationState = true;

//Time to expire the serialization instance data
scanDocument.SerailizationStateSaveDataExpirationTime = 1;